The single line: ``` setindex(a::StaticArrays.StaticArray, args...) = Base.setindex(a, args...) ``` Makes up most of the package's compile time; it could easily be moved to StaticArrays.jl, avoiding the cost of having to use Requires.jl.